crypto/internal/hpke.hkdfKDF.LabeledExtract (method)
5 uses
crypto/internal/hpke (current package)
hpke.go#L29: func (kdf *hkdfKDF) LabeledExtract(suiteID []byte, salt []byte, label string, inputKey []byte) []byte {
hpke.go#L85: eaePRK := dh.kdf.LabeledExtract(dh.suiteID[:], nil, "eae_prk", dhKey)
hpke.go#L177: pskIDHash := kdf.LabeledExtract(suiteID, nil, "psk_id_hash", nil)
hpke.go#L178: infoHash := kdf.LabeledExtract(suiteID, nil, "info_hash", info)
hpke.go#L182: secret := kdf.LabeledExtract(suiteID, sharedSecret, "secret", nil)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |